Install "draw_as_radio" as a separate property, not as an alias of
authorMatthias Clasen <maclas@gmx.de>
Fri, 29 Aug 2003 19:15:26 +0000 (19:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 29 Aug 2003 19:15:26 +0000 (19:15 +0000)
2003-08-29  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
as a separate property, not as an alias of "inconsistent".

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcheckmenuitem.c

index d3905424db8afde1980bce23a6b25e7705194c5b..89704409f5e81a903d952f4d10e83fba685b6139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
+       as a separate property, not as an alias of "inconsistent".
+
 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
index d3905424db8afde1980bce23a6b25e7705194c5b..89704409f5e81a903d952f4d10e83fba685b6139 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
+       as a separate property, not as an alias of "inconsistent".
+
 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
index d3905424db8afde1980bce23a6b25e7705194c5b..89704409f5e81a903d952f4d10e83fba685b6139 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
+       as a separate property, not as an alias of "inconsistent".
+
 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
index d3905424db8afde1980bce23a6b25e7705194c5b..89704409f5e81a903d952f4d10e83fba685b6139 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
+       as a separate property, not as an alias of "inconsistent".
+
 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
index d3905424db8afde1980bce23a6b25e7705194c5b..89704409f5e81a903d952f4d10e83fba685b6139 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-29  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Install "draw_as_radio"
+       as a separate property, not as an alias of "inconsistent".
+
 Fri Aug 29 20:32:07 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
 
        * gtk/gtktoolbar.c: Only treat buttons as homogeneous when they
index 7902944f6793e57e83d9145018ef2fb3d801b237..d7593a39e8b5007aa8e7f2637b0759a791efbd68 100644 (file)
@@ -129,7 +129,7 @@ gtk_check_menu_item_class_init (GtkCheckMenuItemClass *klass)
                                                          G_PARAM_READWRITE));
   
   g_object_class_install_property (gobject_class,
-                                   PROP_INCONSISTENT,
+                                   PROP_DRAW_AS_RADIO,
                                    g_param_spec_boolean ("draw_as_radio",
                                                          _("Draw as radio menu item"),
                                                          _("Whether the menu item looks like a radio menu item"),